New owners now can be created properly.
[RRRRHHHH_Code] / ruralHouses client / src / common / AdminInterface.java
index c45a81c..5a76296 100644 (file)
@@ -21,7 +21,7 @@ public interface AdminInterface extends Remote {
 
        public void removeHouseDeletionRequests(RuralHouse house) throws RemoteException ;
        
-       public void removeOwnerAdditionRequests(Account acc) throws RemoteException ;
+       public void removeOwnerAdditionRequests(int index) throws RemoteException ;
        
        public boolean addAdditionRequest(RuralHouse rh) throws RemoteException ;